home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QRZ! Ham Radio 8
/
QRZ Ham Radio Callsign Database - Volume 8.iso
/
pc
/
files
/
mac
/
kqi_ctl.hqx
/
KQI Control
/
KQI LOG
/
background_2788.txt
< prev
next >
Wrap
Text File
|
1994-05-06
|
2KB
|
94 lines
-- background: 2788 from stack: in
-- bmap block id: 3217
-- flags: 0000
-- background id: 0
-- name:
----- HyperTalk script -----
on openBackground
end openBackground
-- part 9 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=256 top=302 right=327 bottom=283
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev
----- HyperTalk script -----
on mouseUp
visual effect wipe right
go to previous card
end mouseUp
-- part 10 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=286 top=302 right=327 bottom=313
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next
----- HyperTalk script -----
on mouseUp
visual effect wipe left
go to next card
end mouseUp
-- part 11 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=318 top=298 right=327 bottom=350
-- title width / last selected line: 0
-- icon id / first selected line: 21700 / 21700
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
sendSPort 1,false,LO
sendSPort 1,false,";"
global theBuffer
get bufferSPort(1,theBuffer,0)
visual effect iris open
go Home
end mouseUp
-- part 14 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=352 top=300 right=327 bottom=379
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: goKQI
----- HyperTalk script -----
on mouseUp
global sent
go KQI Control 1.0
end mouseUp